Platform Explorer / Nuxeo Platform LTS 2017 9.10

Operation Blob.RunConverter (Blob.RunConverter)

Description

Simply call a converter based on the 'converter' parameter. You can pass the converter properties with the 'properties' parameter.
Operation id Blob.RunConverter
Category Conversion
Label Blob.RunConverter
Requires
Since 7.1

Parameters

Name Description Type Required Default value
converter string yes  
parameters properties no  

Signature

Inputs blob
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.RunConverter
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.RunConverter",
  "label" : "Blob.RunConverter",
  "category" : "Conversion",
  "requires" : null,
  "description" : "Simply call a converter based on the 'converter' parameter. You can pass the converter properties with the 'properties' parameter.",
  "since" : "7.1",
  "url" : "Blob.RunConverter",
  "signature" : [ "blob", "blob" ],
  "params" : [ {
    "name" : "converter",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parameters",
    "description" : null,
    "type" : "properties",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}